const github.com/refraction-networking/utls.alertDecodeError

10 uses

	github.com/refraction-networking/utls (current package)
		alert.go#L43: 	alertDecodeError                  alert = 50
		alert.go#L80: 	alertDecodeError:                  "error decoding message",
		conn.go#L742: 			return c.in.setErrorLocked(c.sendAlert(alertDecodeError))
		ech.go#L565: 			c.sendAlert(alertDecodeError)
		handshake_client_tls13.go#L276: 				hs.c.sendAlert(alertDecodeError)
		handshake_client_tls13.go#L321: 		c.sendAlert(alertDecodeError)
		handshake_client_tls13.go#L520: 		c.sendAlert(alertDecodeError)
		handshake_client_tls13.go#L820: 		c.sendAlert(alertDecodeError)
		handshake_server_tls13.go#L613: 			c.sendAlert(alertDecodeError)
		handshake_server_tls13.go#L618: 			c.sendAlert(alertDecodeError)